[DEPRECATED: use
GET /manage/v3
and
POST /manage/v3
instead.]
pkgname
).
The name of the database in the payload body is ignored and name
is used as the name.
URL Parameters | |
---|---|
format |
The format of the output. This can be either xml
or json . By default, the format is xml .
|
Response Headers | |
---|---|
Content-type |
The MIME type of the payload data. Depending upon the
value of the format parameter or Accept header, either
application/xml or application/json .
|
Upon success, MarkLogic Server returns status code 200 (OK).
manage-admin
role, or the
following privilege:
http://marklogic.com/xdmp/privileges/manage
curl -o MyData.xml --digest -u admin:admin \ http://localhost:8002/manage/v2/databases/MyData?view=package ==> Download the configuration of the 'MyData' database to the MyData.xml file. curl -X POST --digest -u admin:admin -H "Content-type: application/xml" -d @MyData.xml \ "http://localhost:8002/manage/v2/packages/test-package/databases/NewData" ==> Add the 'MyData' database configuration, as 'NewData.xml', to the "test-package" package.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.